Add some more deprecation notes. Suppress link in example.
authorMatthias Clasen <maclas@gmx.de>
Fri, 27 Feb 2004 21:48:00 +0000 (21:48 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 27 Feb 2004 21:48:00 +0000 (21:48 +0000)
Fri Feb 27 22:51:35 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/tmpl/gtkoptionmenu.sgml:
* gtk/tmpl/gtkcombo.sgml: Add some more deprecation notes.
* gtk/tmpl/gtkfilechooser.sgml: Suppress link in example.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkcombo.sgml
docs/reference/gtk/tmpl/gtkfilechooser.sgml
docs/reference/gtk/tmpl/gtkoptionmenu.sgml

index 80c9d151bb5b373b883e8e6bf4273fd086361fc1..3350d2605f069064ba1a8c5c126cddbdbbee4bf5 100644 (file)
@@ -1,3 +1,20 @@
+Fri Feb 27 22:51:35 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkoptionmenu.sgml: 
+       * gtk/tmpl/gtkcombo.sgml: Add some more deprecation notes.
+
+Fri Feb 27 22:47:28 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkfilechooser.sgml: Suppress link in example.
+
+Fri Feb 27 22:40:50 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/Makefile.am (IGNORE_HFILES): Add gtkpathbar.h
+
+Fri Feb 27 22:27:34 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-sections.txt: Add gtk_widget_{add,remove,list}_mnemonic_label(s).
+
 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/migrating-GtkFileChooser.sgml: Inform about
index f5b13af4530d60b64ef367aaa88bff47d2a56ad6..77a7f5f46675625f734e34af37718ccba1c1ab1d 100644 (file)
@@ -92,6 +92,8 @@ an application.)
 
 @entry: the text entry field.
 @list: the list shown in the drop-down window.
+@Deprecated: Use #GtkComboBox instead.
+
 
 <!-- ##### ARG GtkCombo:allow-empty ##### -->
 <para>
index cc371b13816bf16e24f10161437e3ac3ab7f81fd..be434ed0b0b8f52c5b79aaa3ef4e487b5b1621e6 100644 (file)
@@ -46,7 +46,7 @@ File chooser interface used by #GtkFileChooserWidget and #GtkFileChooserDialog.
 
   ...
 
-  preview = gtk_image_new ();
+  preview = gtk_image_new (<!-- -->);
 
   gtk_file_chooser_set_preview_widget (my_file_chooser, preview);
   g_signal_connect (my_file_chooser, "update-preview",
@@ -175,11 +175,6 @@ update_preview_cb (GtkFileChooser *file_chooser, gpointer data)
 
 </para>
 
-<!-- ##### ARG GtkFileChooser:folder-mode ##### -->
-<para>
-
-</para>
-
 <!-- ##### ARG GtkFileChooser:local-only ##### -->
 <para>
 
index 7036d3f2c7280c11c5b5533e039a0e1eb9eb352d..3ced55977f6c06ef5ddddf06fcd0cf436b6e7162 100644 (file)
@@ -35,6 +35,8 @@ The #GtkOptionMenu-struct struct contains private data only, and
 should be accessed using the functions below.
 </para>
 
+@Deprecated: Use #GtkComboBox instead.
+
 
 <!-- ##### SIGNAL GtkOptionMenu::changed ##### -->
 <para>